TOPIC
    about_IntelEthernetCmdlets

SHORT DESCRIPTION
    Describes how to use the IntelEthernetCmdlets module to debug issues with
    Intel(R) Ethernet devices that support firmware logging.

LONG DESCRIPTION

    The IntelEthernetCmdlets module contains several cmdlets that allow you to 
    debug Intel(R) Ethernet devices that support firmware logging. Not all hardware 
    and operating systems support all cmdlets.

    NOTE: Online help (get-help -online) is not supported.

SYSTEM REQUIREMENTS

    - Microsoft* Windows* PowerShell* version 5.1 or later
    - .NET version 3.5 or later

    Prior to using IntelEthernetCmdlets, you must install the base drivers. 
    See the Intel(R) Ethernet Adapters and Devices User Guide for details how
    to install drivers.


ETHERNET CMDLETS

    Get-IntelEthernet
        The Get-IntelEthernet cmdlet displays basic information about Intel 
        Ethernet devices in the system.

    Get-IntelEthernetSetting
        The Get-IntelEthernetSetting cmdlet displays all the supported settings
        for Intel Ethernet devices present in the system.

    Set-IntelEthernetSetting
        The Set-IntelEthernetSetting cmdlet configures settings for Intel
        Ethernet devices.

    Invoke-IntelEthernetIdentifyPort
        The Invoke-IntelEthernetIdentifyPort cmdlet blinks the LED on the 
        specified port of an Intel Ethernet device for a defined number of seconds.

    Get-IntelEthernetLogConfig
        The Get-IntelEthernetLogConfig cmdlet allows you to display the configuration 
        of logs for supported categories of events on Intel Ethernet adapters.

    Set-IntelEthernetLogConfig
        The Set-IntelEthernetLogConfig cmdlet allows you to set the level 
        for log messages for supported categories (called "modules") of events
        on Intel Ethernet adapters.

    Start-IntelEthernetLog
        The Start-IntelEthernetLog starts collecting driver logs for Intel 
        Ethernet devices that support firmware logging.

    Stop-IntelEthernetLog
        The Stop-IntelEthernetLog stops the driver log started by the 
        Start-IntelEthernetLog cmdlet.

    Disable-IntelEthernetLogConfig
        The Disable-IntelEthernetLogConfig cmdlet disables driver logging 
        for all categories of events on supported Intel Ethernet devices, 
        by setting log levels to Disabled. 

    Reset-IntelEthernetLogConfig
        The Reset-IntelEthernetLogConfig cmdlet resets all modules for a 
        device to the driver's default log levels, for Intel Ethernet 
        devices that support logging.

SEE ALSO

    Get-IntelEthernet
    Get-IntelEthernetSetting
    Set-IntelEthernetSetting
    Invoke-IntelEthernetIdentifyPort
    Get-IntelEthernetLogConfig
    Set-IntelEthernetLogConfig
    Start-IntelEthernetLog
    Stop-IntelEthernetLog
    Disable-IntelEthernetLogConfig
    Reset-IntelEthernetLogConfig

